Skip to content

Update codex to 0.116.0 - #78

Closed
codex-acp-ci-app[bot] wants to merge 3 commits into
mainfrom
codex-update/0.116.0
Closed

Update codex to 0.116.0#78
codex-acp-ci-app[bot] wants to merge 3 commits into
mainfrom
codex-update/0.116.0

Conversation

@codex-acp-ci-app

Copy link
Copy Markdown

What's new

Previously failing checks after the update were:

  1. src/CodexEventHandler.ts: TypeScript error TS2366 because createUpdateEvent no longer handled all ServerNotification variants and had a missing return path.
  2. src/__tests__/CodexACPAgent/load-session.test.ts: TypeScript error TS2322 because the agentMessage fixture was missing the newly required memoryCitation field.

What I changed and why:

  1. Added explicit no-op handling for item/autoApprovalReview/started and item/autoApprovalReview/completed in createUpdateEvent so the notification switch remains exhaustive and type-safe with the new schema.
  2. Added memoryCitation: null to the agentMessage test fixture so it matches the updated ThreadItem type contract introduced by the Codex/app-server update.

@ishulgin
ishulgin deleted the codex-update/0.116.0 branch July 8, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant